@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind&display=swap");

/* 
font-family: "Poppins", sans-serif;
font-family: "Hind", sans-serif; 
*/

.prmiu-section-banner {
    min-height: 191px;
    position: relative;
}

.prmiu-main-banner {
    font-family: "Poppins", sans-serif;
    position: relative;
    background: url(../images/bnr-1-prmiu.jpg) #000 no-repeat top right;
    display: flex;
    align-items: center;
    padding: 13px 35px 30px;
    min-height: 191px;
    background-size: cover;
    width: 100%;
}

.prmiu-main-banner::after {
    content: "";
    position: absolute;
    left: -9px;
    right: -9px;
    top: -39px;
    height: 75px;
    background: url(../images/snow-prmiu.svg) no-repeat center top/100%;
}

.prmiu-main-banner .prmiu-btn-block {
    flex-basis: 196px;
    margin-right: 64px;
    margin-top: 23px;
}

.prmiu-main-banner .prmiu-banner-logo {
    margin-bottom: 39px;
}

.prmiu-main-banner .prmiu-btn {
    font-family: "Poppins", sans-serif;
    background: #ffcb29;
    font-weight: 700;
    font-size: 18px;
    padding: 11px;
    max-width: 196px;
}

.prmiu-main-banner .prmiu-banner-title {
    width: 26%;
    max-width: 360px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.prmiu-main-banner .prmiu-banner-detail {
    padding-left: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #ffffff;
}
.prmiu-main-banner .prmiu-banner-detail li {
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
}
.prmiu-main-banner .prmiu-banner-detail li::before {
    content: "";
    display: block;
    width: 8px;
    height: 4px;
    border: 1px solid #fff;
    border-width: 0 0 2px 2px;
    transform: rotateZ(-45deg);
    position: absolute;
    left: 0;
    top: 6px;
}

.prmiu-banner-label {
    font-family: "Oswald", sans-serif;
    display: block;
    background: #d0006f;
    padding: 0 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 9px;
    text-transform: uppercase;
    color: #ffffff;
}

.prmiu-banner-label .prmiu-color {
    color: #111111;
}

@media (max-width: 768px) {
    .prmiu-main-banner {
        flex-direction: column;
        padding: 15px;
        background: url(../images/bnr-1-mob-prmiu.png) no-repeat bottom center;
        background-size: cover;
        min-height: 285px;
    }

    .prmiu-main-banner::after {
        left: 10px;
        top: 10px;
        right: inherit;
        width: 86px;
        height: 45px;
        background: url(../images/snow-mob-left-prmiu.svg) no-repeat center;
    }
    .prmiu-main-banner::before {
        content: "";
        position: absolute;
        right: 10px;
        top: 10px;
        width: 86px;
        height: 45px;
        background: url(../images/snow-mob-right-prmiu.svg) no-repeat center;
    }

    .prmiu-main-banner .prmiu-btn-block {
        margin-right: 0;
        flex-basis: auto;
        margin-top: 0;
        margin: 0 auto;
    }

    .prmiu-main-banner .prmiu-banner-logo {
        margin-bottom: 11px;
        max-width: 130px;
    }

    .prmiu-main-banner .prmiu-banner-title {
        font-size: 26px;
        max-width: 100%;
        padding-bottom: 20px;
    }

    .prmiu-main-banner .prmiu-banner-detail {
        text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    }

    .prmiu-banner-label {
        font-size: 15px;
        letter-spacing: 4px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .prmiu-main-banner .prmiu-btn {
        position: absolute;
        bottom: 10px;
        left: 10px;
        font-size: 14px;
        max-width: 132px;
    }

    .prmiu-banner-label strong {
        font-size: 16px;
    }
}

/* popup chat */
.prmiu-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 8;
    display: none;
}

.prmiu-popup-chat {
    font-family: "Poppins", sans-serif;
    position: fixed;
    left: 52px;
    bottom: 40px;
    background: #000000;
    border-radius: 15px;
    height: 475px;
    width: 220px;
    padding: 10px;
    z-index: 12;
    display: none;
    box-shadow: 0px 0px 15px #ffffff;
}

.prmiu-popup-close {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    z-index: 5;
    cursor: pointer;
    display: none;
}

.prmiu-popup-close:before,
.prmiu-popup-close:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #747474;
    transform: rotateZ(-45deg);
    top: 9px;
    position: absolute;
}

.prmiu-popup-close:after {
    transform: rotateZ(45deg);
}

.prmiu-popup-wrap {
    background-color: #111111;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.prmiu-popup-header {
    position: relative;
    border-bottom: 1px solid #333333;
    padding: 24px 14px 14px;
    margin: 0 10px;
}

.prmiu-popup-header:before {
    content: "";
    display: block;
    position: absolute;
    left: 37px;
    right: 37px;
    height: 10px;
    background-color: #000;
    top: 0;
    border-radius: 0 0 10px 10px;
}

.prmiu-popup-header img {
    max-width: 140px;
    margin: 0 auto;
}

.prmiu-icon-user {
    position: absolute;
    top: 5px;
    right: 5px;
}

.prmiu-popup-content {
    position: relative;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.prmiu-ava {
    position: absolute;
    top: 20px;
    left: 10px;
}

.prmiu-msg {
    background: #323232;
    border-radius: 10px;
    max-width: 145px;
    font-size: 13px;
    line-height: 18px;
    color: #b9b9b9;
    padding: 5px 9px;
    margin-bottom: 10px;
    display: flex;
    margin-left: 40px;
    display: none;
}

.prmiu-msg.active {
    display: flex;
}

.prmiu-msg.typing {
    height: 28px;
    align-items: center;
}

.prmiu-msg .prmiu-dot {
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #b9b9b9;
    margin-right: 8px;
    animation: top 0.75s linear infinite;
}

.prmiu-msg .prmiu-dot:last-child {
    margin-right: 0;
}

.prmiu-msg .prmiu-dot:nth-child(2) {
    animation-delay: 0.15s;
}

.prmiu-msg .prmiu-dot:last-child {
    animation-delay: 0.3s;
    margin-right: 0;
}

@keyframes top {
    0% {
        margin-top: 0;
    }
    30% {
        margin-top: -5px;
    }
    70% {
        margin-top: 5px;
    }
    100% {
        margin-top: 0;
    }
}

.prmiu-popup-footer {
    border-top: 1px solid #333333;
    padding: 15px 15px 17px;
    margin: auto 10px 0;
}

.prmiu-popup-btn {
    max-width: 180px;
    margin: 0 auto;
    padding: 0;
    line-height: 40px;
}

@media (max-width: 600px) {
    .prmiu-popup-chat {
        left: 13px;
        bottom: 13px;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .prmiu-popup-chat {
        position: absolute;
        top: 80px;
    }
}

/* banner-btn */
.prmiu-banner-btn {
    border: 2px solid #ffffff;
    position: relative;
    padding: 26px 39px 0;
    background: url(../images/banner-btn-prmiu.jpg) no-repeat center/cover;
    font-family: "Hind", sans-serif;
}
.prmiu-banner-btn__link {
    position: absolute;
    z-index: 10;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.prmiu-banner-btn__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.prmiu-banner-btn__logo {
    margin: 0 auto 7px;
}
.prmiu-banner-btn__pic {
    margin-left: 27px;
}
.prmiu-banner-btn__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-basis: 50%;
    max-width: 500px;
}
.prmiu-banner-btn__title {
    font-size: 31px;
    line-height: 1.15;
    text-transform: uppercase;
    flex-basis: 100%;
    padding-bottom: 10px;
    letter-spacing: 0.015em;
}
.prmiu-banner-btn__btn {
    display: block;
    margin-left: auto;
    font-size: 21px;
    color: #000;
    background: #01f4e0;
    border: 1px solid #01f4e0;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    padding: 14px 20px;
    width: 100%;
    max-width: 218px;
    text-align: center;
    letter-spacing: 2px;
}
.prmiu-banner-btn__ribbon {
    background: url(../images/ribbons/banner.svg) no-repeat bottom center/contain;
    width: 274px;
    height: 78px;
    font-size: 20px;
    color: #000;
    padding: 19px 20px 0 39px;
    text-align: center;
    margin-left: -23px;
    margin-top: 3px;
}
@media (max-width: 1100px) {
    .prmiu-banner-btn__main {
        flex-wrap: wrap;
    }
    .prmiu-banner-btn__logo {
        order: 0;
        margin: 0 0 10px;
    }
    .prmiu-banner-btn__info {
        order: 1;
        flex-basis: 100%;
        max-width: 575px;
    }
}
@media (max-width: 768px) {
    .prmiu-banner-btn {
        border-width: 1px;
        padding: 10px 22px 0;
        margin-bottom: 22px;
        background-image: url(../images/banner-btn-mob-prmiu.jpg);
    }
    .prmiu-banner-btn__pic {
        margin-left: 0;
    }
    .prmiu-banner-btn__logo {
        margin: 0 auto 10px;
    }
    .prmiu-banner-btn__pic {
        max-width: 300px;
    }
    .prmiu-banner-btn__info {
        flex-direction: column;
    }
    .prmiu-banner-btn__title {
        font-size: 18px;
        order: 0;
        padding-bottom: 20px;
    }
    .prmiu-banner-btn__btn {
        order: 1;
        margin: 0 auto 15px 0;
        font-size: 16px;
        padding: 8px 20px;
        max-width: 159px;
    }
    .prmiu-banner-btn__ribbon {
        order: 2;
        width: 201px;
        height: 57px;
        padding: 13px 20px 0 39px;
        margin-left: -19px;
        font-size: 14px;
    }
}
